home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n04.arc / MBOOT.DOC < prev    next >
Text File  |  1991-02-01  |  2KB  |  48 lines

  1. MBOOT
  2.  
  3.  
  4. Douglas Boling                                 February 26, 1991 (Utilities)
  5.  
  6. Purpose:    Permits selection at boot-up of up to four configurations
  7. (sessions), each of which may use a different CONFIG.SYS, AUTOEXEC.BAT, and
  8. version of DOS; one session may use OS/2.  Provides adjustable timeout for
  9. default session and menu-driven installation and selection procedure.
  10.  
  11. Format:     MBOOT d:
  12.  
  13. Remarks:    MBOOT must be installed on a boot drive or diskette, so d: is
  14. normally limited to C: or A:.  The various sessions are initially set up
  15. through a conventionally-controlled menu system before MBOOT itself is
  16. finally installed with the Install menu option.  MBOOT replaces the normal
  17. DOS boot record on the disk and gains control so that it can rename and write
  18. the needed DOS system files in their required locations.  MBOOT also renames
  19. the various user-prepared CONFIG.x and AUTOEXEC.x files, all of which must be
  20. stored in the root directory, to CONFIG.SYS and AUTOEXEC.BAT, as appropriate
  21. for the specified session.
  22.  
  23.             The largest (latest) version of DOS to be used should be installed
  24. on the PC before installing MBOOT.  Subsequent DOS versions may then be
  25. addedfrom MBOOT's Load Operating System Menu.  Other version-specific DOS
  26. command files, including COMMAND.COM, must be kept in separate directories
  27. for each DOS version.  The user-prepared CONFIG.x  and AUTOEXEC.x files must
  28. each contain a line to specify this directory.  Thus, assuming a a boot drive
  29. C: with a \dos32 version directory, the root directory CONFIG.32 file should
  30. contain the line
  31.  
  32.             shell=c:\dos32\command.com /p
  33.  
  34.        and the root directory AUTOEXEC.32 file should contain
  35.  
  36.             set comspec=c:\dos32\command.com
  37.  
  38.             If OS/2 is to be used for one of the sessions, it must be
  39. installed with its own procedure and with its dual-boot option.  MBOOT is then
  40. installed from DOS and not from the OS/2 DOS Compatibility Box.  Note that
  41. MBOOT cannot be installed on a machine using the new OS/2 HPFS (high
  42. performance file system) format.
  43.  
  44. Note:     Back up your hard disk before installing MBOOT.  While it has been
  45. successfully tested on variety of machines, this precaution should be taken
  46. with any program, such as MBOOT, that writes to the boot-up clusters of the
  47. disk.
  48.